home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
hc
/
hypersou.sit
/
HyperSource Notes
/
background_3207.txt
< prev
next >
Wrap
Text File
|
1988-01-24
|
4KB
|
185 lines
-- background: 3207 from stack: in
-- bmap block id: 3634
-- flags: 0000
-- background id: 0
-- name: NoteCard
-- part 15 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=81 top=313 right=334 bottom=156
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Ref Card
----- HyperTalk script -----
on mouseup
get field "NoteHeader"
set lockscreen to true
if field "NoteHeader" = empty or field "Noteheader" = return then
go "HyperSource"
go first card of bkgnd "RefCard"
exit mouseUp
end if
go Hypersource
find it
if the result is not empty
then go first card of bkgnd "RefCard"
end mouseup
-- part 19 (field)
-- low flags: 00
-- high flags: 2002
-- rect: left=110 top=25 right=58 bottom=498
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: NoteHeader
-- part 20 (field)
-- low flags: 00
-- high flags: 2007
-- rect: left=5 top=58 right=303 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: NoteText
-- part 24 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=443 top=308 right=336 bottom=475
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go to next card
end mouseUp
-- part 25 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=413 top=308 right=336 bottom=448
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to previous card
end mouseUp
-- part 26 (button)
-- low flags: 00
-- high flags: 2004
-- rect: left=274 top=309 right=336 bottom=307
-- title width / last selected line: 0
-- icon id / first selected line: 32462 / 32462
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Help
----- HyperTalk script -----
on mouseUp
visual scroll down to gray
visual scroll up
go to card id 2892 of stack "HyperSource Help"
end mouseUp
-- part 27 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=13 top=310 right=338 bottom=50
-- title width / last selected line: 0
-- icon id / first selected line: 20098 / 20098
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
visual effect iris close
go home
end mouseUp
-- part 32 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=347 top=308 right=336 bottom=386
-- title width / last selected line: 0
-- icon id / first selected line: 2162 / 2162
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
pop card
end mouseUp
-- part 34 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=192 top=305 right=341 bottom=230
-- title width / last selected line: 0
-- icon id / first selected line: 5280 / 5280
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Word 3.01
----- HyperTalk script -----
on mouseUp
open "Microsoft Word"
end mouseUp